From 9bd9a11de4cd1af8cdb4532bb46ad14a4db08e28 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 18 May 2020 14:55:25 +0100 Subject: [PATCH] docs: Fix the argument name to match Both gtk-doc and g-i require the name of the argument of a function to match in the declaration, definition, and gtk-doc stanza. --- gdk/gdkdisplay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdisplay.c b/gdk/gdkdisplay.c index e67471e20d..0cbf1476c7 100644 --- a/gdk/gdkdisplay.c +++ b/gdk/gdkdisplay.c @@ -1515,7 +1515,7 @@ gdk_display_list_seats (GdkDisplay *display) /** * gdk_display_get_monitors: - * @display: a #GdkDisplay + * @self: a #GdkDisplay * * Gets the list of monitors associated with this display. * -- 2.30.2